Do not install the *.cmake files.
authorGert Wollny <gw.fossdev@gmail.com>
Tue, 5 Jan 2016 20:43:33 +0000 (21:43 +0100)
committerGert Wollny <gw.fossdev@gmail.com>
Tue, 5 Jan 2016 20:43:33 +0000 (21:43 +0100)
  * The *.cmake files pull in dependencies that are not required for
    compiling
  * ITK messes things up with these files installed.

debian/changelog
debian/libdcmtk-dev.install

index a92925390d35e723b0dca93cc22b86a333e2f517..a8707caf1b9e686a070d9d966dcaf22fa6be7625 100644 (file)
@@ -1,3 +1,10 @@
+dcmtk (3.6.1~20150924-4) unstable; urgency=medium
+
+  * Do not install DCMTK*.cmake files, they break things.
+    cmake's FindDCMTK handles this case better without these files.
+
+ -- Gert Wollny <gw.fossdev@gmail.com>  Tue, 05 Jan 2016 21:42:56 +0100
+
 dcmtk (3.6.1~20150924-2) unstable; urgency=medium
 
   * Update internal use of DCMDICT path Closes: #807691
index 182f0facf36562495517026943104cb05b43dc81..2c5ae4aeea3c23131ce51690071386ccf9728d56 100644 (file)
@@ -1,3 +1,2 @@
 usr/include/dcmtk/*
-usr/lib/*.so
-usr/lib/cmake/
+usr/lib/*.so
\ No newline at end of file